Skip to content

[FCC] Update Drop Collections - #190

Merged
jmcarcell merged 2 commits into
iLCSoft:masterfrom
Victor-Schwan:update-drop-colls
Aug 4, 2026
Merged

[FCC] Update Drop Collections#190
jmcarcell merged 2 commits into
iLCSoft:masterfrom
Victor-Schwan:update-drop-colls

Conversation

@Victor-Schwan

Copy link
Copy Markdown
Contributor

BEGINRELEASENOTES

  • Sort collection names in Calibration_ILD_FCCee_v01.cfg alphabetically
  • Drop all RecDqdxCollection because they cause the viewer to crash

ENDRELEASENOTES


output_commands = ["keep *"]
output_commands.extend(get_drop_collections(CONSTANTS, True))
# get_drop_collections incorrectly splits "type edm4hep::..." into two separate drops

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe consider renaming get_drop_collections to something that includes calibration since they are there for calibration.

@jmcarcell
jmcarcell merged commit c54b977 into iLCSoft:master Aug 4, 2026
8 of 10 checks passed
@Victor-Schwan
Victor-Schwan deleted the update-drop-colls branch August 4, 2026 13:11
"BCAL",
"FTDCollection",
"BeamCalCollection",
"EcalEndcapsCollectionGapHits", # NOT EMPTY, encoding missing

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remind me where the missing encoding string becomes a problem?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might have been a hotfix for key4hep/k4MarlinWrapper#477. Not sure though

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it still possible to check that easily somehow? IIRC that failed in the event display, right? Might be as quick as removing this from being dropped and trying to run an event display(?).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is also what I remember. The event display has obviously to be called via the k4MarlinWrapper ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants